type runtime.errorString
44 uses
runtime (current package)
alg.go#L144: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L171: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L248: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L287: return errorString("hash of unhashable type " + toRType(t).string())
alg.go#L316: return errorString("hash of unhashable type " + toRType(t).string())
alg.go#L374: panic(errorString("comparing uncomparable type " + toRType(t).string()))
alg.go#L391: panic(errorString("comparing uncomparable type " + toRType(t).string()))
cgocall.go#L628: panic(errorString(msg))
cgocall.go#L636: panic(errorString(msg))
cgocall.go#L646: panic(errorString(msg))
cgocall.go#L653: panic(errorString(msg))
cgocall.go#L664: panic(errorString(msg))
cgocall.go#L679: panic(errorString(msg))
cgocall.go#L708: panic(errorString(msg))
cgocall.go#L734: panic(errorString(msg))
cgocall.go#L744: panic(errorString(msg))
error.go#L77: type errorString string
error.go#L79: func (e errorString) RuntimeError() {}
error.go#L81: func (e errorString) Error() string {
panic.go#L228: var shiftError = error(errorString("negative shift amount"))
panic.go#L236: var divideError = error(errorString("integer divide by zero"))
panic.go#L244: var overflowError = error(errorString("integer overflow"))
panic.go#L251: var floatError = error(errorString("floating point error"))
panic.go#L258: var memoryError = error(errorString("invalid memory address or nil pointer dereference"))
panic.go#L300: var rangeDoneError = error(errorString("range function continued iteration after function for loop body returned false"))
panic.go#L301: var rangePanicError = error(errorString("range function continued iteration after loop body panic"))
panic.go#L302: var rangeExhaustedError = error(errorString("range function continued iteration after whole loop exit"))
panic.go#L303: var rangeMissingPanicError = error(errorString("range function recovered a loop body panic and did not resume panicking"))
pinner.go#L109: panic(errorString("runtime.Pinner: argument is nil"))
pinner.go#L112: panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
pinner.go#L116: panic(errorString("runtime.Pinner: object was allocated into an arena"))
pinner.go#L153: panic(errorString("tried to unpin non-Go pointer"))
pinner.go#L382: panic(errorString("runtime.Pinner: found leaking pinned pointer; forgot to call Unpin()?"))
signal_unix.go#L954: panic(errorString(sigtable[gp.sig].name))
slice.go#L29: panic(errorString("makeslice: len out of range"))
slice.go#L33: panic(errorString("makeslice: cap out of range"))
slice.go#L191: panic(errorString("growslice: len out of range"))
slice.go#L259: panic(errorString("growslice: len out of range"))
string.go#L349: panic(errorString("gobytes: length out of range"))
trace.go#L156: return errorString("tracing is already enabled")
unsafe.go#L46: panic(errorString("unsafe.String: len out of range"))
unsafe.go#L50: panic(errorString("unsafe.String: ptr is nil and len is not zero"))
unsafe.go#L102: panic(errorString("unsafe.Slice: len out of range"))
unsafe.go#L114: panic(errorString("unsafe.Slice: ptr is nil and len is not zero"))